window: Fix child wfh size request
authorBenjamin Otte <otte@redhat.com>
Tue, 17 Sep 2013 13:52:27 +0000 (15:52 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 17 Sep 2013 13:52:27 +0000 (15:52 +0200)
commit8c0516a5f10be4b0949dff1cfc72562fabffbe98
tree251d5c3b8ae65b695b2c7549b10267030dc15c7e
parent6aa56979dc28c8e1bb87b081f4307bbcb670c231
window: Fix child wfh size request

We need to subtract border_width from the size we're passing to the
children hfw functions as those are added by ourselves.

Fixes the window-border-width.ui reftest.
gtk/gtkwindow.c